home *** CD-ROM | disk | FTP | other *** search
- /*
- * The original copyright owners of the accompanying source code files have
- * agreed to place such code into the public domain. Accordingly, anyone
- * who receives or obtains a copy of such source code is freely entitled to
- * reproduce, use and otherwise exploit such code (including the right to
- * make derivative works), at his/her own risk and expense, without any
- * obligation or liability to the original copyright owners.
- *
- * We would appreciate (but do not require) that the following message be
- * included in any derivative works:
- *
- * "Portions of this program were developed by Peter Broadwell, Rob Myers
- * and Robin Schaufler while working in Silicon Valley."
- *
- * The accompanying source code files and related documentation materials
- * are distributed on an "AS IS" basis, without any warranties or
- * guarantees of any kind. All implied warranties, including the implied
- * warranties of merchantability and of fitness for any particular purpose,
- * are expressly disclaimed.
- */
- #define UNDEFINED 0
- #define DRAW 1
- #define HEADX 2
- #define HEADY 3
- #define MOVE 4
- #define DOIT 5
- #define TAKE 6
- #define LEFTRIGHT 7
- #define UPDOWN 8
- #define INOUT 9
- #define ZOOM 10
- #define POLL 11
- #define INIT 12
- #define DUMPVOX 13
- #define FREE 14
- #define SELECT 15
- #define DESELECT 16
- #define BEGINSELECT 17
- #define CONTSELECT 18
- #define ENDSELECT 19
- #define OLDSELECT 20
- #define NEWSELECT 21
- #define FREEVARS 22
- #define ADDPANEL 23
- #define DRAWTRACKER 24
- #define HOME 25
- #define TRANSACT 26
- #define NEWSPEED 27
- #define NEWHEADING 28
- #define NEWAZIMUTH 29
- #define TESTMENU 30
- #define POSTBEHAVE 31
- #define RESET 32
- #define TOSSBEHAVIOR 33
- #define CANCONFIRMER 34
- #define DIE 35
- #define KILLSELECT 36
-